home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / pyshared / urlgrabber-3.9.1.egg-info < prev    next >
Encoding:
Python egg package info  |  2010-07-08  |  2.2 KB  |  49 lines

  1. Metadata-Version: 1.0
  2. Name: urlgrabber
  3. Version: 3.9.1
  4. Summary: A high-level cross-protocol url-grabber
  5. Home-page: http://linux.duke.edu/projects/urlgrabber/
  6. Author: Michael D. Stenner, Ryan Tomayko
  7. Author-email: mstenner@linux.duke.edu, skvidal@fedoraproject.org
  8. License: LGPL
  9. Description: A high-level cross-protocol url-grabber.
  10.         
  11.         Using urlgrabber, data can be fetched in three basic ways:
  12.         
  13.           urlgrab(url) copy the file to the local filesystem
  14.           urlopen(url) open the remote file and return a file object
  15.              (like urllib2.urlopen)
  16.           urlread(url) return the contents of the file as a string
  17.         
  18.         When using these functions (or methods), urlgrabber supports the
  19.         following features:
  20.         
  21.           * identical behavior for http://, ftp://, and file:// urls
  22.           * http keepalive - faster downloads of many files by using
  23.             only a single connection
  24.           * byte ranges - fetch only a portion of the file
  25.           * reget - for a urlgrab, resume a partial download
  26.           * progress meters - the ability to report download progress
  27.             automatically, even when using urlopen!
  28.           * throttling - restrict bandwidth usage
  29.           * retries - automatically retry a download if it fails. The
  30.             number of retries and failure types are configurable.
  31.           * authenticated server access for http and ftp
  32.           * proxy support - support for authenticated http and ftp proxies
  33.           * mirror groups - treat a list of mirrors as a single source,
  34.             automatically switching mirrors if there is a failure.
  35.         
  36. Platform: UNKNOWN
  37. Classifier: Development Status :: 4 - Beta
  38. Classifier: Environment :: Console
  39. Classifier: Environment :: Web Environment
  40. Classifier: Intended Audience :: Developers
  41. Classifier: Intended Audience :: System Administrators
  42. Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
  43. Classifier: Operating System :: POSIX
  44. Classifier: Operating System :: POSIX :: Linux
  45. Classifier: Programming Language :: Python
  46. Classifier: Topic :: Internet :: File Transfer Protocol (FTP)
  47. Classifier: Topic :: Internet :: WWW/HTTP
  48. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  49.